From 7eec82d4873b4cb300f38282b6255ceeedbf1b25 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 4 Apr 2009 09:32:38 +0000 Subject: [PATCH] babl/Makefile.am: Add forgotten header files babl/Makefile.am: Add forgotten header files that needs to be distributed with a release. svn path=/trunk/; revision=412 --- ChangeLog | 5 +++++ babl/Makefile.am | 41 +++++++++++++++++++++++++---------------- 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fb5277..557e31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-04 Martin Nordholts + + * babl/Makefile.am: babl/Makefile.am: Add forgotten header files + that needs to be distributed with a release. + 2009-04-04 Martin Nordholts * Makefile.am: Makefile.am: We don't have a COPYING.LESSER anymore diff --git a/babl/Makefile.am b/babl/Makefile.am index 27580f4..f92f757 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -7,47 +7,56 @@ endif SUBDIRS = base c_sources = \ - babl.c \ - babl-core.c \ - babl-db.c \ + babl.c \ babl-component.c \ babl-conversion.c \ + babl-core.c \ + babl-cpuaccel.c \ + babl-db.c \ babl-extension.c \ - babl-fish.c \ + babl-fish-path.c \ + babl-fish-reference.c \ babl-fish-simple.c \ babl-fish-stats.c \ - babl-fish-reference.c \ - babl-fish-path.c \ + babl-fish.c \ babl-format.c \ + babl-hash-table.c \ babl-image.c \ babl-internal.c \ babl-introspect.c \ + babl-list.c \ babl-memory.c \ babl-model.c \ babl-sampling.c \ babl-sanity.c \ babl-type.c \ babl-util.c \ - babl-list.c \ - babl-hash-table.c \ - babl-cpuaccel.c \ babl-version.c -h_sources = \ +h_sources = \ + babl.h \ babl-class.h \ babl-classes.h \ + babl-component.h \ + babl-conversion.h \ + babl-cpuaccel.h \ babl-db.h \ + babl-extension.h \ + babl-fish.h \ + babl-format.h \ + babl-hash-table.h \ babl-ids.h \ + babl-image.h \ babl-internal.h \ babl-introspect.h \ + babl-list.h \ babl-macros.h \ babl-memory.h \ - babl-types.h \ - babl-util.h \ - babl.h \ - babl-list.h \ - babl-hash-table.h \ - babl-cpuaccel.h + babl-model.h \ + babl-sampling.h \ + babl-type.h \ + babl-types.h \ + babl-util.h library_includedir=$(includedir)/babl-$(BABL_API_VERSION)/babl library_include_HEADERS = \ -- 2.30.2